Getting started with SOAP [closed]

Posted by EmmyS on Pro Webmasters See other posts from Pro Webmasters or by EmmyS
Published on 2011-02-18T21:27:15Z Indexed on 2011/02/18 23:34 UTC
Read the original article Hit count: 201

Filed under:

A site I developed has a new requirement to get weather data from the National Weather Service. They have quite a bit of info on how to use SOAP to get their data and display it in the browser, but what we need to do is use a cron job to get the data at specific intervals, then parse the data out into a database.

I have no problem writing PHP code that will run an XSLt and parse xml records out into SQL queries, but I have no idea how to handle this with SOAP (which I've never worked with.) Do I get the data via a SOAP request, save it to an XML file on my web server, then run the XSLt against that? Or is there some other way to go about this?

© Pro Webmasters or respective owner

Related posts about web-services